Northwoods.GoSilverlight 1.3.5 Assembly
NodeKeyReferenceAutoInserts Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : NodeKeyReferenceAutoInserts Property

Gets or sets whether a NodeKey reference, when NodeKeyIsNodeData is true, automatically inserts the node into NodesSource.

Syntax

Visual Basic (Declaration) 
Public Property NodeKeyReferenceAutoInserts As Boolean
C# 
public bool NodeKeyReferenceAutoInserts {get; set;}

Property Value

The default value is false.

Remarks

This property only has an effect when NodeKeyIsNodeData is true. DoNodeAdded calls InsertNode if the referred-to node is not already known to be in the NodesSource collection.

Requirements

See Also

© 2012 All Rights Reserved.